Spring Boot中Request method 'PUT' not supported 在項目中使用restful風格put提交時報錯,是由於form表單中的th:href引起的(支持post提交),改為th:action即可 ...